/* Set background & title */
.set-1{ background: #f4f4f4;}
.set-2{  background: #fff;}
.set-3{  background: #fff; }
.set-4{  background: #fff;}
.set-5{  background: #fff;}
.set-6{  
    background-attachment: fixed;
	background-image: url(../images/bg-people.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
	clear: both;
	overflow: hidden;	
	width: 100%;	
	}

.set-6 .page-title{ margin: 20px 0;}
.set-4 .page-title{  margin: 53px 0 92px;}
.set-3 .page-title{}
.set-2 .page-title{ }
.set p {text-align: center;}
/* Header */

.header{ 
    height: 162px; 
	display: table; 
	width: 100%; 
	background: none ;
    box-shadow: none;
    position: absolute;
	top:0;
	z-index:9;
	
	}

.follow-us{ float: right; color: #fff; font-size: 18px; text-align: right;}
.follow-us span{  font-size: 18px; color: #e2e2e2;}
.follow-us li{ display: inline-block; zoom: 1; margin: 0 4px;}
.follow-us .fa{
    border: 1px solid #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    color: #FFF;
    height: 38px;
    line-height: 36px;
    text-align: center;
    width: 38px;
    font-size: 20px;
}
.follow-us a:hover .fa{
    background: #fabc29;
    border-color: #fabc29;
}
/* Title */
.page-title{
    font-size: 30px;
    color: #fff;
    margin: 0 0 30px ;
	text-align: center;
	text-transform:uppercase ;
	color : #252525;
	position:relative;
	line-height: 100px;
}
.page-title:before {
    background:  #252525;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 80px;
}
/* Subtitle */
.page-subtitle{
    font-size: 30px;
    color: #fff;
    margin: 20px 0 -60px;
    text-align: center;
    text-transform: lowercase;
    color: #252525;
    position: relative;
    line-height: 50px;
}
.page-subtitle:before {
    background:  #252525;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 20px;
}
/* button */
.btnlink{
    border: 1px solid #fff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 4px 23px 4px 25px;
    background-color: transparent;
    display: inline-block;
    zoom: 1;
}
.btnlink:hover{
    background-color: #fabc29;
    border-color: #fabc29;
}
.btnlink span{
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 29px;
    color: #fff;
    padding: 0 40px 0 0;
}
.btnlink.btnlink-download span{
    background-image: url(images/icon-download.png);
}
.btnlink.btnlink-subscribe span{
    background-image: url(images/icon-subscribe.png);
}
/* Slider */
.slider{
	background: url("media/slide.png") no-repeat fixed center center / cover ;
	color: #fff;
	position: relative;
	height: 100vh;
	box-sizing: border-box;
}
.slider .page-title{ margin: 30px 0 0; font-size: 60px;}
.slider .des{ font-size: 16px;  line-height: 26px; margin: 10px 0 25px;}
.slider-content{
		color: #fff;
    position: absolute;
    z-index: 9;
    text-align: center;
    top: 80px;
    bottom: 216px;
	left: 0;
	right: 0;
}

.slider-content button.btn {
	position: relative;
	margin: 4px 0 0;
}
.slider-content button.btn:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	right: 50%;
	height: 2px;
	background-color: #fabc29;
	-webkit-transition: left 500ms ease-in-out, right 500ms ease-in, opacity 500ms ease-in;
	transition: left 500ms ease-in-out, right 500ms ease-in, opacity 500ms ease-in;
	opacity:0;
}
.slider-content button.btn:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	right: 50%;
	height: 2px;
	background-color: #fabc29;
	-webkit-transition: left 500ms ease-in-out, right 500ms ease-in, opacity 500ms ease-in;
	transition: left 500ms ease-in-out, right 500ms ease-in, opacity 500ms ease-in;
	opacity:0;
}

.slider-content button.btn:hover {
    border: 2px solid #fabc29;
}

.slider-content button.btn:hover:before, .slider-content button.btn:hover:after {
	left: 15px;
	right: 15px;
	opacity: 1;
	-webkit-transition: left 500ms ease-in-out, right 500ms ease-in, opacity 200ms ease-in;
	transition: left 500ms ease-in-out, right 500ms ease-in, opacity 200ms ease-in;
}

.slider-content button.btn:focus {
    border: 2px solid #fff;
		background: transparent;
}

.slider-content button.btn:focus:before, .slider-content button.btn:focus:after {
	left: 50%;
	right: 50%;
	opacity: 0;
	-webkit-transition: left 500ms ease-in-out, right 500ms ease-in, opacity 500ms ease-in;
	transition: left 500ms ease-in-out, right 500ms ease-in, opacity 500ms ease-in;
}

.slider-content button.btn:hover:focus {
    border: 2px solid #fabc29;
	background: #fabc29;
}

.slider-content button.btn:hover:focus:before, .slider-content button.btn:hover:focus:after {
	left: 15px;
	right: 15px;
	opacity: 1;
	-webkit-transition: left 500ms ease-in-out, right 500ms ease-in, opacity 200ms ease-in;
	transition: left 500ms ease-in-out, right 500ms ease-in, opacity 200ms ease-in;
}

.slider-content h1 a { font-size: 60px ; text-transform:uppercase; letter-spacing: 13px; color: #fff;  background-color: transparent;}
.slider-content h2{ font-size: 30px ; text-transform:none; letter-spacing: 13px; color: #fff;}
.slider-content p{ font-size: 15px ; text-transform:none;  margin: 0 0 30px;}
.slider-images{ position: absolute; right: 0; bottom: 0; top:0; max-width: 100%; z-index: 1; }
.slider .btnlink{
    clear: both;
    display: block;
    float: left;
    margin: 0 0 20px;
}
/* Blog */
.blog {margin:30px 0 ;}
/* Brand */
.brand{
    min-height: 114px;
    padding: 30px 0;
}
.brand-content{

}
.brand-item{
    float: left;
    text-align: center;
    width: 20%;
    padding: 0 1%;
	height:60px;
}
.brand .carousel-control{
    color: #666;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-size: 28px;
    opacity: 0;
    top: 4px;
}
.brand:hover .carousel-control{ opacity: 1;}
.brand .carousel-control.right{ right: -20px;}
.brand .carousel-control.left{ left: -20px;}
#carousel-brand{
    position: relative;
}
.carousel-control.left,
.carousel-control.right{
    background-image: none;
    width: 22px;
    height: 42px;
	background-color: transparent;
}
.carousel-control.left{
	border-left: 3px solid transparent;
}
.carousel-control.right{
	border-right: 3px solid transparent;
}

.carousel-control.left::focus{
	border-left: 3px solid #FABC29;
}
.carousel-control.right::focus{
	border-right: 3px solid #FABC29;
}
/* features */

.features{ 
    background: url("../images/bg-services.jpg") no-repeat fixed center center / cover ;
    padding: 50px 0 ;
	margin: 0;
	}
.features .page-title:before {
    background: none repeat scroll 0 0 #fff;
   
}	
.features .page-title {color:#fff;}
.features .icons-box {
    padding: 20px 10px 10px;
    text-align: center;
	color: #fff;
	
}
.features .icons-box:hover .icon {
    background-color: #fabc29;
} 
.features .icons-box:hover .icon .fa {
    color:#fff;
} 
.features .icons-box .icon {
    background-color: #ededed;
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius: 50%; 
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    width: 80px;
	height: 80px;
}
.features .icons-box .icon .fa {
    color: #333333;
    display: block;
    line-height: 80px;
    text-align: center;
	 font-size: 40px;
}
.features .icons-box h3 {
    margin: 20px auto 10px;
	color: #eee;
	position:relative;
	line-height:40px;
}
.features .icons-box h3:before {
    background: none repeat scroll 0 0 #eee;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 30px;
}
.features .icons-box p {
    font-size: 18px;
}
/* article */
.article .media{
    margin: 0 24px 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	display: inline;
}
.article p{ margin: 0 0 5px;}
.article .article-text,
.article .article-text h4,
.article .article-text h3{
    color:#ccc;
	text-align: left;
}
.article .article-text h3{
    color:#fabc29;
}
.article .article-text{
    font-size: 16px;
    line-height: 26px;
    padding: 15px 25px 4px;
    position: relative;
    top: 6px;
    display: inline-block;
    zoom: 1;
}

.article .article-text h4{
    font-size: 16px;
}
.article .article-text h4 span{
}
.article{ clear: both; margin-bottom: 55px;text-align:center ;}
.article:after,
.article .article-text:after{ display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;}

/* people-behind */
.people-behind{ padding-bottom: 80px;}
.people-block{ text-align: center;}
.people-info{ margin: 12px 0;}
.people-info h3{ font-size: 30px; color: #000; padding: 10px 0 0; margin: 0;}
.people-info span{ font-size: 16px; color: #878787; }
.people-info ul li{ display: inline-block; zoom: 1; margin: 16px 5px 0;}
.people-info ul li a{ color: #bebebe; font-size: 22px; display: block; width: 40px; height: 40px; border: 1px solid #bebebe; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; line-height: 38px; text-align: center;}
.people-info ul li a:hover{ background: #fabc29; border-color: #fabc29; color: #fff;}
.people .carousel-indicators{ position: static; margin: 0 auto 20px;}
.people .carousel-indicators li{ background: #fabc29; border: none;}
.people .carousel-indicators li:hover,
.people .carousel-indicators .active{ background: #fff;}
.people .carousel-indicators li,
.people .carousel-indicators .active{ width: 15px; height: 15px; margin: 0 8px;}

.people-block .people-img{   
    position: relative;    
}
.people .people-inner { width: 100% ; z-index: 9; height: 300px; padding: 70px 0; }

.people-block  .people-img {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.people-block  .people-img .overthumb {
    top: 0;
}
.people-block .people-img .overthumb {
    background:#000;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    width: 100%;
    z-index: 9;
}
.people-block .people-img:hover .overthumb {
    opacity: 0.7;
    top: 0;
}
.people-block  .people-img  ul {
    display: block;
    font-size: 19px;
    height: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    width: 100%;
    z-index: 10;
	margin: -25px 0 0;
}
.people-block  .people-img  ul  li {
    display: inline-block;
    margin-right: 10px;
}
.people-block  .people-img  ul  li a {
    background:  #fff;
    border-radius: 50%;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%;
    color: #252525;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.people-block  .people-img  ul  li a:hover {
    background:  #fabc29;
}

.people-block  .people-img:hover ul {
    filter: none;
    opacity: 1;
    top: 50%;
}
/* ---------- chose -- */
.chose{ padding: 50px 0 0;}
.chose p{ padding: 0 0 20px;}
.chose p,
.chose ul li{ font-size: 18px; line-height: 26px; color: #555; }
.chose ul li{ padding: 4px 0;}
.chose ul li i{ color: #fabc29; font-size: 21px; padding: 0 8px 0 0; position: relative; top: 2px;}
.chose .media{ margin: 45px 0 0;}
.chose .media li{ width: 33.3333%; float: left; padding: 0 0 4px 4px;}
.chose .media img{ max-width: 100%;}
.row-1{  padding-bottom: 95px;}
.newsletter{ padding: 30px 0 50px ; background-color: #fabc29;}
.newsletter form{ text-align: center; display: block;}
.newsletter .inputbox{ 
    background-color: #fff;
    border: 2px solid #252525;
    color: #252525;
    padding: 14px 15px;
    width: 30%;
	font-size: 15px;
	}
.newsletter .btn-primary{ 
    background: #fff;
    border: 2px solid #252525;
    letter-spacing: 1px;
    padding: 15px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
	line-height:18px;
	margin:-5px 0 0; 
	border-radius: 8px;
	}
.btn{ height: 50px; padding: 0 32px; border-radius: 0; border: none; }
.btn span{ font-size: 24px;  text-transform: uppercase;letter-spacing: 2px;}
.btn-primary{ background-color: transparent; border: 2px solid #fff; }
.btn-primary:hover{ background: #fabc29; border: 2px solid #fff; }
.newsletter .btn-primary:hover span{ color: #fff; }
.newsletter .btn-primary span{ color: #252525; padding: 0 ; font-size: 15px; font-weight: bold; text-transform: uppercase ;letter-spacing: 1px;}

/* Contact */
.contact {
	background-color:#f4f4f4; padding: 30px 0 50px;}
.contact .container {
	position: relative;
}
.box-hover {
    transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.box-hover:hover, .box-hover:focus {
    transform: translate(0px, -15px);
	-ms-transform: translate(0px, -15px); /* IE 9 */
    -webkit-transform:translate(0px, -15px); /* Chrome, Safari, Opera */
}
.light-box {
    background-color: transparent;
    box-shadow: 0 3px 0 0 transparent;
    padding: 20px 0;
	text-align: center ;
	cursor: pointer;
}

div.contact-details > div > div > p > a:focus {
    background-color: transparent;
    color: #FABC29;
		box-shadow: 0 2px 0 0 #fabc29;
}

.light-box:hover {
     box-shadow: 0 3px 0 0 #fabc29;
} 
.light-box p {
    color:#252525;
	font-size: 18px;
}
.light-box  h2:after {
    border: 1px solid #fabc29;
    content: " ";
    display: block;
    margin: 25px auto;
    width: 35px;
}
.light-box  h2 .fa {
   font-size: 30px; 
}
.contact-details h2 span {
    color: #fabc29;
    display: block;
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 15px;
    text-transform: uppercase;
}

ul.social-buttons {
    list-style: none outside none;
    margin: 40px 0;
    padding: 0;
	text-align: center ;
}
ul.social-buttons li {
    display: inline-block;
    margin-right: 10px;
}

.social-btn {
    background: none repeat scroll 0 0 #252525;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
/* ----------- footer -- */
.footer-container { background: #252525; padding: 45px 0;}
.back-to-top:hover, .down-to-contacts:hover { background-color: #fabc29; border-color: #fabc29; color:#fff;}
address{ font-size: 16px; color: #fff; padding: 6px 0 0; text-align: center ;}
.footer-container .btnlink.btnlink-download span{ font-size: 23px;}
.footer-container .btnlink.btnlink-download{ margin: 0 0 15px;}
.links {}
.links li { display: inline-block; zoom: 1; }
.links li a { font-size: 18px; color: #fff; background: url(images/icon-list.png) right center no-repeat; padding: 0 22px 0 15px;}
.links li a:hover{ color: #999;}
.links li.last a { background: none; padding-right: 0;}

.back-to-top { 
    display: block; width: 54px; height: 54px;
    text-align: center; line-height: 52px; color: #636363; font-size: 18px;
    background: #eaeaea;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; 
    cursor: pointer; text-align: center;    
    position: fixed;
    bottom: 2%;
    right: 7px;
}

/* ---------- animation -- */
*
{
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

/* ---------- clearfix -- */
.clearfix{ clear: both;}
.clearfix:after,
.newsletter:after{ display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;}
.contact[data-state=notification] {
    background-color: #161616;
}

.contact[data-state=notification] h1.page-title {
    color: #fff;
}

.contact[data-state=notification] h1.page-title:before, .newsletter[data-state="notification"] > div > .row > h1:before {
    background-color: #BDBDBD;
}

.contact[data-state=notification] .contact-details {
	opacity: 0;
}

.contact[data-state=notification] .row:nth-of-type(3) {
	opacity: 0;
}

.contact .open-notification {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -100000;
		font-size: 16px;
    line-height: 26px;
		transition: z-index 0s, opacity 200ms ease-in-out;
}

.contact[data-state=notification] .open-notification {
		opacity: 1;
	z-index: 1000;
}

.open-notification > div, .open-notification-2 > div {
		display: inline-block;
	text-align: center;
    padding: 30px;
    margin-top: -30px;
}

.open-notification > div > span, .open-notification-2 > div > span {
    color: #FABC29;
    text-transform: uppercase;
	width: 0;
}

.open-notification > div:hover > span, .open-notification-2 > div:hover > span {
    box-shadow: 0 2px 0 0 #FABC29;
}

.open-notification .btn-primary, .open-notification-2 .btn-primary {
		border: 2px solid #FFFFFF;
    letter-spacing: 1px;
    padding: 15px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    line-height: 18px;
    margin: 37px 8px 0;
    border-radius: 8px;
		-webkit-transition: background 200ms ease-in-out 0s;
    transition: background 200ms ease-in-out 0s;
		background: transparent;
}

.open-notification .btn-primary:nth-of-type(1):hover, .open-notification-2 .btn-primary:nth-of-type(1):hover {
		background: #0EBB0E;
    color: #000;
		border-color: #0EBB0E;
}

.open-notification .btn-primary:nth-of-type(2):hover, .open-notification-2 .btn-primary:nth-of-type(2):hover {
		background: #F00;
    color: #000;
    border-color: #F00;
}

.open-notification .btn-primary span, .open-notification-2 .btn-primary span {
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

img[src="main-icon.png"] {
    display: block;
    margin: 0 auto;
		max-height: 100%;
}
.slider > .container {
    height: 100%;
}
.slider > .container > div {
    position: relative;
    height: 100%;
    width: 100%;
}
.people-behind > div > div > div:nth-of-type(2) {
	width: 75%;
	position: relative;
	display: inline-block;\
	height: 100%;
	color: #000;
	text-align: left;
	text-indent: 2em;
	height: 370px;
	font-size: 18px;
	overflow: hidden;
	box-sizing: content-box;
	cursor: default;
	-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none; 
}
.people-behind > div > div > div:nth-of-type(2)[data-state="opened"]{
	padding-bottom: 251px;
}
.people-behind > div > div > div:nth-of-type(2)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(top,  rgba(229,229,229,0) 0%, rgba(255,255,255,1) 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(229,229,229,0) 0%,rgba(255,255,255,1) 100%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(229,229,229,0) 0%,rgba(255,255,255,1) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#ffffff',GradientType=0 );/* IE6-9 */
}
.people-behind > div > div > div:nth-of-type(2)[data-state="opened"]::after{
	opacity:0;
}
#overalls{
	position: absolute;
	left: 25%;
	right: 0;
	top: 0;
	text-align:center;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	z-index: 1000000;
}
#overalls > h1 {
	display: inline-block;
	padding: 34px 40px 117px;
	margin: 0;
	background-color: rgba(245, 245, 245, 0.83);
	border-radius: 15px;
	margin-top: 50px;
	margin-bottom: -53px;
	line-height: 50px;
	    margin-left: 30px;
    margin-right: 30px;
}
#overalls > h1::before {
		bottom: 92px;
}
#overalls > a {
		position: relative;
		z-index: 10000;
		color: #000;
		border-color: #000;
		border-radius: 8px;
		padding: 15px;
		line-height: 18px;
		font-size: 18px;
		margin: -17px 8px 0;
		-webkit-transition: background 200ms ease-in-out 0s;
		transition: background 200ms ease-in-out 0s;
}
#overalls > div {
		position: absolute;
		top:0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10001;
}
#overalls > a > span {
	font-size: inherit;
}
#overalls > a:hover {
		background-color: #000;
		color: #fff;
}
#underalls{
	position: absolute;
	bottom: 0;
	left: 25%;
	right: 0;
	text-align: center;
	animation-fill-mode: forwards;
	opacity: 0;
	z-index:100000;
    margin-left: 30px;
    margin-right: 30px;
}
div[data-state="opened"]~#underalls{
	opacity:1;
}
#underalls > h1{
		display: inline-block;
    padding: 34px 40px 117px;
    margin: 0;
    background-color: rgba(245, 245, 245, 0.83);
    border-radius: 15px;
    line-height: 50px;
}
#underalls > h1::before {
    bottom: 92px;
}
#underalls > a {
    position: relative;
		top: -25px;
    z-index: 10000;
    color: #000;
    border-color: #000;
    border-radius: 8px;
    padding: 15px;
    line-height: 18px;
    font-size: 18px;
    margin: -60px 8px 0;
    -webkit-transition: background 200ms ease-in-out 0s;
    transition: background 200ms ease-in-out 0s;
}
#underalls > a:hover {
    background-color: #000;
    color: #fff;
}
#underalls > a > span {
    font-size: inherit;
}
@media (max-width: 768px){
	.container #overalls {
		top: initial;
		bottom: 0;
    left: 0;
	}
	.container #overalls > h1{
		position: absolute;
		left: 0;
    right: 0;
		bottom: 130px;
	}
	.container #overalls > a{
		position: relative;
		bottom: 100px;
	}
	.container #underalls{
		left: 0;
	}
	.people-behind > div > div > div:nth-of-type(2){
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
}
.down-to-contacts {
    display: inline-block;
    width: auto;
    height: 54px;
    text-align: center;
    line-height: 52px;
    color: #636363;
    font-size: 18px;
    background: #eaeaea;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    cursor: pointer;
    text-align: center;
    position: fixed;
    bottom: 2%;
    right: 68px;
    padding: 0 20px 0 20px;
}
.scrollToButton{
	z-index:100000000000;
}
.open-notification-2{
	z-index: -1000000;
	opacity: 0;
}
.newsletter[data-state="notification"]{
	background: #161616;
}
.newsletter[data-state="notification"] > div > .row > div{
	background: #161616;
	opacity: 0;
}
.newsletter[data-state="notification"] > div > .row > h1{
	color: #fff;
}
.newsletter[data-state="notification"] .open-notification-2{
	z-index: 1;
	opacity: 1;
}
#formOverlay{
	position:fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1000000000000;
	background: rgba(37, 37, 37, 0.69);
}
#formOverlay[data-state="active"]{
	opacity: 1;
	z-index: 1000000000000001;
}
#formOverlay > div{
	position: absolute;
	top: 30px;
	left: 12.5%;
	right: 12.5%;
	bottom: 30px;
	box-shadow: 0 0 10px 0 #242424;
	    z-index: 1000000000000001;
}
#formOverlay > div > div {
	position: absolute;
	top: 100px;
	left: 0;
	bottom: 0;
	right: 0;
	
		overflow: auto;
	-webkit-overflow-scrolling:touch;
	background-color: rgb(50,143,126);
}
#formOverlay > div > div > iframe{
	height: 100%;
	width: 100%;
	    display: block;
}
#formOverlay > div > h1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    box-sizing: border-box;
    margin: 0;
    line-height: 80px;
    padding: 20px 20px 0 30px;
    background-color: #252525;
    color: #fff;
    font-size: 30px;
}
.noscroll { position: fixed; overflow-y:scroll; height: auto; width: 100%; }
address > a {
    color: #FF9435;
    position: relative;
}

address > a:focus {
    background-color: transparent;
    color: #FABC29;
}

address > a > span {
    background-color: #EAEAEA;
    padding: 1px 5px 1px 7px;
    border-radius: 25px;
    font-weight: 600;
    color: #636363;
    position: relative;
    left: -8px;
    opacity: 0;
}

address > a:hover > span {
    left: 2px;
    opacity: 1;
}

address > a:focus > span {
    left: 2px;
    opacity: 1;
}

.btn-white-bg {
    display: inline-block;
    background-color: #EAEAEA;
    padding: 0 40px 13px;
    border-radius: 15px;
	margin-top: 30px;
}

.btn-white-bg > a {
    position: relative;
		top: -8px;
    z-index: 10000;
    color: #000;
    border-color: #000;
    border-radius: 8px;
    padding: 15px;
    line-height: 18px;
    font-size: 18px;
    /* margin: -17px 8px 0; */
    -webkit-transition: background 200ms ease-in-out 0s;
    transition: background 200ms ease-in-out 0s;
}

.btn-white-bg > a > span {
	font-size: inherit;
}

.btn-white-bg > .btn-primary:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.people-behind > div > div > div:nth-of-type(2)[data-state="opened"] ~ #overalls {
    z-index: 1;
}
.slider-content > div > div {
    display: inline-block;
    position: relative;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    color: #FFFFFF;
    padding-right: 0;
	    min-width: 62px;
    cursor: pointer;
}
.slider-content > div > div:nth-of-type(1) {
		margin: 0 0 12px 0;
}
.slider-content > div > div > b {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 28px;
    background-color: #EAEAEA;
    width: 28px;
    border-radius: 14px;
    padding: 0 4px;
    box-sizing: content-box;
    opacity: 0;
    color: #636363;
}

.slider-content > div > div > a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.slider-content > div > div > a:focus {
    background-color: transparent;
}

.slider-content > div > div:hover {padding-right: 46px;}

.slider-content > div > div:hover > b {
    opacity: 1;
}

.slider-content > div > div > div {
		display: inline-block;
    color: #fff;
}
.slider-content > div > p {
    margin: 0;
}
.slider-content > div {
    position: relative;
    top: -3px;
}
#formOverlay > div > i {
    display: block;
    position: absolute;
    right: -30px;
    font-size: 24px;
    height: 60px;
    width: 30px;
    text-align: center;
    line-height: 60px;
    top: 20px;
    color: #636363;
    background: #eaeaea;
    box-shadow: 0 0 10px 0 #242424;
    z-index: -1;
		cursor: pointer;
}
#formOverlay > div.exitWrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
@media (max-width: 435px){
	.container #overalls > h1{
		font-size: 24px;
    line-height: 41.66px;
	}
	.slider-content > div > div > div {
		display: none;
	}
	.slider-content > div > p {
    display: none;
	}
	.slider-content > div > div {
		margin: 0 12px;
	}
	.slider-content > div > div:nth-of-type(1) {
		margin: 0 12px;
	}
	.slider-content > div > div > b {
       opacity: 1;
    height: 38px;
    width: 38px;
    line-height: 38px;
    font-size: 24px;
    border-radius: 19px;
    padding: 0 12px;
}

.slider-content > div > div > a {
    bottom: -10px;
}
	.down-to-contacts{
		left: 0;
    right: 0;
    width: 220px;
    margin: 0 auto;

	}
}
@media (max-width: 460px), (max-height: 460px){
	
#formOverlay > div{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
	#formOverlay > div > div{
		top: 0;
	}
	#formOverlay > div > i{
    bottom: 8px;
    top: initial;
    right: 0;
    z-index: 0;
    width: 90px;
		border-radius: 3px 0 0 3px;
	}
	
	#formOverlay > div > h1{
		display: none;
	}
}